func math.satan

5 uses

	math (current package)
		asin.go#L41: 		temp = Pi/2 - satan(temp/x)
		asin.go#L43: 		temp = satan(x / temp)
		atan.go#L76: func satan(x float64) float64 {
		atan.go#L107: 		return satan(x)
		atan.go#L109: 	return -satan(-x)